func runtime.isSweepDone
7 uses
runtime (current package)
mgc.go#L467: for atomic.Load(&work.cycles) == n+1 && !isSweepDone() {
mgcpacer.go#L1002: if !isSweepDone() {
mgcpacer.go#L1167: if !isSweepDone() {
mgcsweep.go#L289: if !isSweepDone() {
mgcsweep.go#L422: func isSweepDone() bool {
mgcsweep.go#L846: if isSweepDone() {
mheap.go#L909: if !isSweepDone() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)